cli and setuptools wip
This commit is contained in:
parent
142050d804
commit
07852bdd98
17 changed files with 496 additions and 242 deletions
6
realms-wiki
Executable file
6
realms-wiki
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from realms.cli import cli
|
||||
|
||||
if __name__ == '__main__':
|
||||
cli()
|
Loading…
Add table
Add a link
Reference in a new issue