Skip to content

Commit

Permalink
Merge pull request #9 from Skiller9090/dev
Browse files Browse the repository at this point in the history
Dev into master
  • Loading branch information
Skiller9090 committed Sep 21, 2020
2 parents 044ca03 + 0875a51 commit 33bd24e
Show file tree
Hide file tree
Showing 448 changed files with 240 additions and 128,537 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.Venv/
venv/
Venv/
.venv
.venv
settings.yml
11 changes: 11 additions & 0 deletions LMI/Interface.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from lucifer import uniglobal


class LuciferManagerInterface:
def __init__(self):
self.luciferManager = None

def init(self):
self.luciferManager = uniglobal.luciferManager
self.luciferManager.isLMI = True
print("LMI Loaded!")
6 changes: 5 additions & 1 deletion LMI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
LMI (Lucifer Module Interface) allows you to easily interface with different parts of the application and system.
Modules:
- Command: Allows you to run system commands with varying levels of output
"""
"""
from .Interface import LuciferManagerInterface


LMI = LuciferManagerInterface()
55 changes: 0 additions & 55 deletions libs/argparse-1.4.0.dist-info/DESCRIPTION.rst

This file was deleted.

1 change: 0 additions & 1 deletion libs/argparse-1.4.0.dist-info/INSTALLER

This file was deleted.

85 changes: 0 additions & 85 deletions libs/argparse-1.4.0.dist-info/METADATA

This file was deleted.

9 changes: 0 additions & 9 deletions libs/argparse-1.4.0.dist-info/RECORD

This file was deleted.

6 changes: 0 additions & 6 deletions libs/argparse-1.4.0.dist-info/WHEEL

This file was deleted.

54 changes: 0 additions & 54 deletions libs/argparse-1.4.0.dist-info/metadata.json

This file was deleted.

1 change: 0 additions & 1 deletion libs/argparse-1.4.0.dist-info/top_level.txt

This file was deleted.

Loading

0 comments on commit 33bd24e

Please sign in to comment.