4 lines
84 B
Python
4 lines
84 B
Python
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
from .seed_command import SeedCommand
|