-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bogdan Budescu
committed
Dec 11, 2024
1 parent
d9c3867
commit 6a449b9
Showing
1 changed file
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,2 @@ | ||
#!/usr/bin/env python3 | ||
# -*- coding: utf-8 -*- | ||
|
||
""" | ||
doc of what is in the file | ||
""" | ||
|
||
__author__ = "Iddo Software <[email protected]>" | ||
__copyright__ = "Copyright © 2022, Client & Iddo Software. All Rights Reserved." | ||
__license__ = "Proprietary" | ||
__version__ = "0.1" | ||
__maintainer__ = "Iddo Software <[email protected]>" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" # can also be "Prototype" or "Production" | ||
|
||
|
||
def main(): | ||
pass | ||
|
||
|
||
if __name__ == '__main__': | ||
main() |