Move view decorators into their own file
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 1 Dec 2020 23:21:08 +0000 (17:21 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 1 Dec 2020 23:21:08 +0000 (17:21 -0600)
commitde07c751193ce81e1bdf2aa24a6988c9fe66da55
tree874550e3c2ba256960ed16f66a4bd1926f7de5cc
parent458e6f2ee255dddf830a4da7b31b2b16a8332769
Move view decorators into their own file
src/pgwui_common/pgwui_common.py
src/pgwui_common/view.py [new file with mode: 0644]
tests/test_pgwui_common.py
tests/test_view.py [new file with mode: 0644]