refactor examples

add scripts to pyproject
This commit is contained in:
onyx-and-iris
2022-10-28 20:19:05 +01:00
parent 87eb61170e
commit 44cd13aa48
3 changed files with 57 additions and 52 deletions

View File

@@ -2,6 +2,8 @@ import logging
import vban_cmd
logging.basicConfig(level=logging.INFO)
class Observer:
def __init__(self, vban):
@@ -33,6 +35,4 @@ def main():
if __name__ == "__main__":
logging.basicConfig(level=logging.INFO)
main()