Initialize micromail project with basic structure and functionality
This commit is contained in:
parent
e249b4061c
commit
d40e6aee19
6 changed files with 251 additions and 2 deletions
6
main.py
Normal file
6
main.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from micromail!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue