Add python global section

This commit is contained in:
MattIPv4
2020-05-01 20:48:14 +01:00
parent fcbd4bf933
commit b0d0df91c5
4 changed files with 85 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
export { default as HTTPS } from './https';
export { default as Security } from './security';
export { default as PHP } from './php';
export { default as Python } from './python';