Skip to content

Commit

Permalink
RI doc
Browse files Browse the repository at this point in the history
  • Loading branch information
valhuber committed Dec 21, 2020
1 parent deb8d3d commit ac64a32
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions logic_bank/__init__.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
"""
AbstractRule Repository
===============
Want a shared copy of rules for engine (e.g, forms/rest server), thread safe.
Alternatives:
MetaClass
https://stackoverflow.com/questions/6760685/creating-a-singleton-in-python
Module (import logic_bank)
Same ref... trying that, simplest
import logic_bank
import logic.listeners.py
sqlalchemy Engine Plug-in
"""

import logging
import sys

Expand Down

0 comments on commit ac64a32

Please sign in to comment.