Add ga4mp library

* Remove UniversalAnalytics
This commit is contained in:
JonnyWong16 2023-02-26 15:09:12 -08:00
commit 42eeb90532
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
10 changed files with 983 additions and 546 deletions

3
lib/ga4mp/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from ga4mp.ga4mp import GtagMP, FirebaseMP
__all__ = ['GtagMP','FirebaseMP']