mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
start creating cli module
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print(f'run from {__name__}')
|
||||
print('hello world')
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user