This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import annotations | |
from typing import * | |
import requests | |
import os | |
from hubspot3 import Hubspot3 | |
from pprint import pprint | |
if TYPE_CHECKING: | |
pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Reflection; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.UI; | |
using UnityEngine.Events; | |
using UnityEngine.EventSystems; | |
/// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from uuid import uuid1 | |
class Entity: | |
def __init__(self): | |
self.uid = uuid1().hex | |
class componentmeta(type): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Theme Management | |
(use-package heaven-and-hell | |
:ensure t | |
:init | |
(setq heaven-and-hell-themes | |
'((light . doom-sakura-light) | |
(dark . doom-sakura-dark))) | |
(setq heaven-and-hell-load-theme-no-confirm t) | |
:hook (after-init . heaven-and-hell-init-hook)) |
NewerOlder